CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 双线性 图像缩放

搜索资源列表

  1. SuperScaling

    0下载:
  2. 双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:42930
    • 提供者:心港
  1. bilinear

    0下载:
  2. 用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:840
    • 提供者:舟子还
  1. image

    0下载:
  2. 双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1725
    • 提供者:sanmao
  1. Main

    0下载:
  2. 这是关于数字图像处理的程序,包括灰度图像直方图显示、灰度图像直方图均衡化、灰度值线性变换处理、灰度值反转处理、二值化处理、几何变换消息处理函数、图像平移函数、图像缩放函数、双线性插值函数、近邻插值函数、梯形变换函数(打开、存储、显示图像文件头文件, 由深圳大学信息工程学院蔡茂国老师编写,2007.04)-This is about digital image processing procedures, including gray-scale image histogram display,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:743938
    • 提供者:00
  1. SuperScaling

    0下载:
  2. 双线性图像插值源代码,实现图像的平滑缩放SuperScaling-Bilinear image interpolation source code, to achieve a smooth image scaling SuperScaling
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1814744
    • 提供者:我太阳
  1. GeoTrans

    0下载:
  2. 图像平移,平移(逐行);缩放;图像旋转,旋转(双线性插值)-Image translation transformation;zoom;rotate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:122158
    • 提供者:成汁
  1. image-scaling-procedure

    0下载:
  2. 用C++语言编写的图像缩放程序,采用双线性插值算法-Written in C++ language, image scaling procedure for the bilinear interpolation algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1221960
    • 提供者:shard
  1. test1

    0下载:
  2. 最临近插值与双线性插值进行图像缩放,使用Opencv读取图像像素点,算法非调用OpenCv自带算法-image scaling with the nearest interpolation and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2132411
    • 提供者:陈苗荣
  1. tuxiangsuofang

    0下载:
  2. opencv编写的图像缩放程序,可自行调节缩放尺度,实现双线性插值缩放,代码可实现-Image scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3932464
    • 提供者:af
  1. YTSplineScaler

    0下载:
  2. 一个可以更改输入图像的图像缩放程序,是双线性插值法做的-One can change the input image, image scaling, bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:879
    • 提供者:youpeihan
  1. bilinear-scaler

    0下载:
  2. 任意倍数图像缩放matlab源码,采用双线性插值方法-Arbitrary multiples of image scaling Matlab source code, using the bilinear interpolation method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5199
    • 提供者:
  1. shuangxianxing

    1下载:
  2. 编写一个以双线性插值技术进行图像缩放的程序,程序的输入参数为结果图像的水平和垂直方向的像素数。忽略混叠效应-Zooming and Shrinking Images by Bilinear Interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-04-02
    • 文件大小:326877
    • 提供者:华小明
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. graytwothree.m.tar

    0下载:
  2. 图像缩放中最常用的双线性插值算法,效果很好-The most commonly used image scaling bilinear interpolation algorithm works well
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:756
    • 提供者:朱昴
  1. image-zoom

    3下载:
  2. 图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
  3. 所属分类:Special Effects

    • 发布日期:2015-05-12
    • 文件大小:1465344
    • 提供者:小陈
  1. Labimages

    0下载:
  2. 双线性快速缩放图像以及简单的半色调打印技术程序-images processing
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:Anfernee
  1. imblizoom

    1下载:
  2. 双线性差值实现图像缩放,通用型强,输入图像可以是文件路径、矩阵,并且RGB和灰度图均可;可以实现放大和缩小;可以自定义缩放因子;可以保存缩放后的图像。有详细注释。-Bilinear difference image scaling, universal strong input image can be a file path, matrix, and RGB and grayscale can can zoom in and out can customize scaling factor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:131870
    • 提供者:刘志
  1. PictureDo

    0下载:
  2. 包括最近邻插值,双线性插值,双三次插值的图像缩放、旋转及其误差分析。-Including the nearest neighbor interpolation, bilinear interpolation, bicubic interpolation image scaling, rotation and error analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:814367
    • 提供者:陈卓
  1. tuxiangsuofang-

    0下载:
  2. 软件图像缩放实现,完整双线性插值算法源代码-photoes change
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2515
    • 提供者:韩喆
  1. shiyan123

    0下载:
  2. 双线性插值图像缩放的程序,使用自行编写的程序,不是Matlab自带程序-Bilinear interpolation image scaling, the use of self-written program, not a program that comes with Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1095
    • 提供者:沐霖
« 1 23 4 »
搜珍网 www.dssz.com